(wrong_type_argument): Remove loop around Fsignal.
authorKim F. Storm <storm@cua.dk>
Wed, 12 Jul 2006 13:15:46 +0000 (13:15 +0000)
committerKim F. Storm <storm@cua.dk>
Wed, 12 Jul 2006 13:15:46 +0000 (13:15 +0000)
commitbe4bd02e5181e2b5a7443f129380f7e3e0f1fcc1
tree61f9ffc26b4f49a49d15e223c0c18ba48fdefc12
parent544c427f401c6ec04c141c5cfd4529bb346b104c
(wrong_type_argument): Remove loop around Fsignal.
(Farrayp, Fsequencep): Use ARRAYP.
(Fcar, Fcdr): Remove loop around wrong_type_argument.
(Fcar): Use CAR.
(Fcar_safe): Use CAR_SAFE.
(Fcdr): Use CDR.
(Fcdr_safe): Use CDR_SAFE.
(Fsetcar, Fsetcdr): Use CHECK_CONS.
(Fsubr_arity, Fsubr_name): Use CHECK_SUBR.
(Faset): Use CHECK_ARRAY.
src/data.c